home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
bananamonkey.swf
/
scripts
/
frame_16
/
PlaceObject2_279_172
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-19
|
355 b
|
24 lines
onClipEvent(enterFrame){
_X = _X + 3;
if(_X > 750)
{
_X = -900;
pl = 1;
}
if(_root.doba == 5)
{
if(_X > 740)
{
_root.doba = random(5);
}
if(_X > 150)
{
if(pl == 1)
{
this.gotoAndStop(2);
pl = 0;
}
}
}
}